func go/types.isShift

3 uses

	go/types (current package)
		expr.go#L208: func isShift(op token.Token) bool {
		expr.go#L292: 		} else if isShift(x.Op) {
		expr.go#L768: 	if isShift(op) {